Clipboard API
Design goals
Make it extremely easy for programs to implement cut/copy/paste of text
Enable clipboard operations to interact with the platforms' native clipboard
Enable the creation/use of private clipboards for intra-app
clipboard operations

Return to Tracks